home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
mint
/
network
/
lattice
/
dulib.lzh
/
DU_LIB
/
TIMER.C
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-07-10
|
315 b
|
21 lines
/*
DU_LIB v2
Gem Window Management & Dialog Library For Lattice C
©1994, by Craig Graham.
Based on the DU_LIBv1 Library for HiSoft Basic.
*/
/*
Timer Driven Routine handling
*/
#include "dulib.h"
void Set_timer_callback(short t, CallBack c)
{
timer_rate=t;
timer_callback=c;
}